home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2004 July / Hrac_71_2004-07_dvd.iso / dema / Americas Army 2_1 / armyops210.exe / System.cab / RunServerTournament.bat1 < prev    next >
Text File  |  2004-05-20  |  4KB  |  50 lines

  1. @echo *****************************************************************************
  2. @echo *                                                                           *
  3. @echo *      To be listed on both Gamespy and Andromeda, you must change          *
  4. @echo *      'lantournament' to 'tournament' and make the following changes       *
  5. @echo *      in your servertournament.ini file:                                   *
  6. @echo *                                                                           * 
  7. @echo *      [IpDrv.GameSpyQR]                                                    *
  8. @echo *      ;set IP for multi-homed systems                                      *
  9. @echo *      ;(delete the ';' in front of 'IP=1.2.3.4' when setting your IP)      *
  10. @echo *      ;IP=1.2.3.4                                                          *
  11. @echo *      bNAT=True                                                            *
  12. @echo *                                                                           *
  13. @echo *      [IpDrv.SCIQR]                                                        *
  14. @echo *      ;set IP to appear on master server list                              *
  15. @echo *      ;(delete the ';' in front of 'IP=1.2.3.4' when setting your IP)      *
  16. @echo *      ;IP=1.2.3.4                                                          *
  17. @echo *                                                                           *
  18. @echo *      If you are behind a firewall - you need to have the following        *
  19. @echo *      ports open:                                                          *
  20. @echo *                                                                           *
  21. @echo *      UDP - 1716, 1717, 1718, 8777, 27900                                  *
  22. @echo *      TCP - 20045, 14200                                                   *
  23. @echo *                                                                           *
  24. @echo *      UDP ports 1716 for the game, 1717 for the gamequery,                 *
  25. @echo *      1718 for master server query, 8777 for standard UT query,            *
  26. @echo *      27900 for GameSpy and TCP ports 20045 for Auth server and            *
  27. @echo *      14200 for Andromeda.                                                 *
  28. @echo *                                                                           *
  29. @echo *      NOTE: 'global' servers must be registered in order to have           *
  30. @echo *             authorization working on your server.                         *
  31. @echo *                                                                           *
  32. @echo *            Register your server here:                                     *
  33. @echo *            http://login.americasarmy.com/login.php                        *
  34. @echo *                                                                           *
  35. @echo *      To enable PunkBuster on your server you need to join the server      *
  36. @echo *      logged in as a server administrator and use the following console    *
  37. @echo *      commands (without the quotes): "admin pb_sv_enable" or               *
  38. @echo *      "admin pb_sv_disable". Alternatively, edit the pbsvgame.cfg file     *
  39. @echo *      in the "System/pb" folder and use "sv_punkbuster 1" or               *
  40. @echo *      "sv_punkbuster 0" respectively. Again, if pbsvgame.cfg is edited     *
  41. @echo *      or changed, the server instance must be restarted for the change     *
  42. @echo *      to take effect. If pbsvgame.cfg has not yet been created, you can    *
  43. @echo *      just create it with notepad and just put in this one line:           *
  44. @echo *      "sv_punkbuster 1" (without the quotes) to enable PB on your server.  *
  45. @echo *                                                                           *
  46. @echo *                                                                           *
  47. @echo *****************************************************************************
  48.  
  49. server LANTOURNAMENT pipeline.aao log=tournament.log ini=servertournament.ini
  50.